
/* ~~ for the desktop backround colour or image. The grey wood thing.  ~~ */
@charset "UTF-8";
body {
	background: #b9b9b9 url(../Images/wood.jpg) repeat-y;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.25;
}

/* ~~ Element/tag selectors ~~ */
}



body {
	background-color: #006D00 ;
}



ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 15px;
	margin-bottom: .5em;
	color: #880000;
	font-size: 150%;

}

h3{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 15px;
	margin-bottom: .5em;
	color: #880000;
}
p {
margin-top: 0;
	padding-right: 10px;
	padding-left: 15px;
	margin-bottom: .5em;
	color: #000000;
}
.style1 {
margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: .5em;
	color: #FFFFFF;
}
a img {
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #A83636;
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #ffffff url(../Images/no.jpg) repeat-y;
	/* ~~ for the desktop view the background for the 3 columns is probided by the background-image for the container div. This is necessary since the sidebars and content divs are varying heights.  ~~ */
	margin: 0 auto;
	overflow: hidden;
}



/* ~~ The header design will accommodate a logo or banner image up to 960 pixels wide. overflow hiddenn together with the float left fixed the formatting ~~ */
.header {
      overflow: hidden;    
}

.header img {
       float: left;
}

/* ~~ These are the columns for the layout. ~~ 
The background colors of the columns match those in the background image of the container. This is redundant on the desktop but plays an important role for viewing with a tablet or phone.#002289; is the original blue colour. Mousy blue is  #14285f
reduced sidebar 1 to 1px
*/
.sidebar1 {
	float: left;
	width: 1px;
	background: #880000;
	color: #FFF;
}
.content {
	padding: 5px 0;
	width: 600px;
	float: left;
	background: #FFFFFF;
}
.sidebar2 {
	float: left;
	width: 358px;
	background: #880000;
	padding: 10px 0;
	
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #FFF;
	margin: 0;
	background: #880000;
}
ul.nav li {
	border-bottom: 1px solid #FFF;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #880000;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #CBD1E8;
	color: #FFF;
}

.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background: #EDEDED;
	vertical-align: text-bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #000;
}
.footer p {
	font-size: 0.75em;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* The following two styles make adjust the size of images in the header and content divs for all platforms */
.header img {
	max-width: 100%;
	height: auto;
}
.content img {
	max-width: 100%;
	height: auto;
}
pre {
	margin-right: 40px;
	margin-left: 40px;
}
